From: Álvaro Fernández Rojas Date: Fri, 28 Nov 2025 11:48:11 +0000 (+0100) Subject: build: enable DHCPV4_SUPPORT and UBUS X-Git-Url: http://git.openwrt.org/%22https:/collectd.org///%22https:/collectd.org/?a=commitdiff_plain;h=ef8de928da7f445649ab8e0aa8360166a04131f0;p=project%2Fodhcpd.git build: enable DHCPV4_SUPPORT and UBUS Enable DHCPV4_SUPPORT and UBUS in order to correctly build all the source code. Signed-off-by: Álvaro Fernández Rojas --- diff --git a/scripts/devel-build.sh b/scripts/devel-build.sh index b13800a..e937185 100755 --- a/scripts/devel-build.sh +++ b/scripts/devel-build.sh @@ -94,6 +94,8 @@ cd "${ODHCPDDIR}" cmake \ -S . \ -B "${BUILDDIR}" \ + -DDHCPV4_SUPPORT=ON \ + -DUBUS=ON \ -DCMAKE_PREFIX_PATH="${BUILDDIR}" \ ${BUILD_ARGS} make -C "${BUILDDIR}"